home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / networke / xfirepow.000 / xfirepow / xfirepower-0.84 / server / socket.h < prev    next >
Text File  |  1995-11-22  |  618b  |  16 lines

  1. /* socket.c */
  2. void NET_listenSocket(int port);
  3. void NET_send_map(int pl);
  4. void NET_update_shell(shell * s);
  5. void NET_send_message_to_indiv(char *msg, int from, int pl);
  6. void NET_warning(char *msg, int pl);
  7. void NET_send_message_to_team(char *msg, int team, int from);
  8. void NET_send_message_to_all(char *msg, int from);
  9. void NET_send_playerdata(int pl, int datapl);
  10. void NET_update_one_player(int pl, int updpl);
  11. void NET_update_all_players(int pl);
  12. void socket_send_personal_info(int pl);
  13. void NET_update_mapsquare(int x, int y);
  14. void NET_update_mapsquare_value(int x, int y, int value);
  15. void NET_checkSockets(void);
  16.